cURL
curl --request GET \ --url https://{tenant_name}.{region}.techwolf.ai/reports/counts \ --header 'Authorization: Bearer <token>'
{ "report_name": "counts", "report_data": { "counts": { "employees": 1000, "vacancies": 1000, "courses": 1000 } }, "last_update": "2020-09-01T11:45:49Z" }
Retrieve the total number of all entities in the system.
The access token received from the authorization server in the OAuth 2.0 flow.
OK
The base template for a report. The total number of entities for each type.
Was this page helpful?